func runtime.notewakeup

21 uses

	runtime (current package)
		lock_futex.go#L138: func notewakeup(n *note) {
		mgc.go#L1186: 	notewakeup(&work.bgMarkReady)
		proc.go#L1271: 		notewakeup(&sched.sysmonnote)
		proc.go#L1287: 			notewakeup(&mp.park)
		proc.go#L1680: 		notewakeup(&sched.safePointNote)
		proc.go#L2113: 			notewakeup(&newmHandoff.wake)
		proc.go#L2324: 	notewakeup(&nmp.park)
		proc.go#L2358: 			notewakeup(&sched.stopnote)
		proc.go#L2367: 			notewakeup(&sched.safePointNote)
		proc.go#L2450: 	notewakeup(&mp.park)
		proc.go#L2475: 		notewakeup(&sched.stopnote)
		proc.go#L3659: 		notewakeup(&sched.sysmonnote)
		proc.go#L3676: 			notewakeup(&sched.stopnote)
		proc.go#L3886: 		notewakeup(&sched.sysmonnote)
		proc.go#L3922: 		notewakeup(&sched.sysmonnote)
		proc.go#L5016: 			notewakeup(&mp.park)
		profbuf.go#L389: 			notewakeup(&b.wait)
		profbuf.go#L416: 			notewakeup(&b.wait)
		rwmutex.go#L73: 				notewakeup(&w.park)
		rwmutex.go#L116: 		notewakeup(&reader.park)
		sigqueue.go#L116: 				notewakeup(&sig.note)